:root {
  --white: white;
  --black: black;
}

.slide {
  text-align: center;
  background-image: url('../images/slider.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 250px 20px 200px;
}

.slide._2 {
  background-image: url('../images/slider2.png');
}

.slide._3 {
  background-image: url('../images/slider3.png');
}

.slide._5 {
  background-image: url('../images/slider5.png');
}

.slide._4 {
  background-image: url('../images/slider4.png');
}

.header {
  z-index: 9;
  width: 100%;
  padding: 20px;
  position: fixed;
  inset: 0% auto auto 0%;
  background-color: #00377b;
}

.header.active {
  background-color: #00377b;
}

.navbar {
  background-color: #0000;
}

.slider {
  background-color: #0000;
  height: auto;
}

.mask {
  height: auto;
}

.slider__home, .main {
  float: left;
  width: 100%;
}

.main.var {
  margin-top: 90px;
}

.dots {
  bottom: 100px;
  left: 0%;
  right: 0%;
}

.contenedor {
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
}

.contenedor._800 {
  max-width: 750px;
}

.contenedor._960 {
  max-width: 960px;
}

.contenedor._450 {
  max-width: 400px;
}

.contenedor._600 {
  max-width: 600px;
}

.brand {
  width: 22%;
}

ul.menu {
  padding: 0;
  display: inline-block;
  width: auto;
  margin: 0;
}

ul.menu li{
  display: inline-block;
  position: relative;
}

.enlace_header, ul.menu li a{
  color: #fff;
  margin-left: 12px;
  margin-right: 0;
  padding: 10px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 700;
  display: inline-block;
  position: relative;
  text-decoration: none;
}

ul.menu .sub-menu li:first-child, ul.menu .sub-menu li:first-child:hover a{
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
}

ul.menu .sub-menu li:last-child, ul.menu .sub-menu li:last-child:hover a{
  border-bottom-left-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}

ul.sub-menu{
  display: none;
  padding: 0;
  margin-bottom: 0;
  padding-top: 40px;
  top: 0;
  width: 200px;
  position: absolute;
}

ul.menu li:hover ul.sub-menu{
  display: block;
}

ul.sub-menu li {
  display: inline-block;
  width: 100%;
  background: #fff;
  padding: 0;
}

ul.menu li ul.sub-menu li a {
  color: #023375;
  width: 100%;
  margin: 0;
  padding: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
}

ul.menu li ul.sub-menu li ul.sub-menu{
  display: block !important;
  position: relative;
  padding-top: 0;
}

.enlace_submenu.var, ul.menu li ul.sub-menu li ul.sub-menu li a{
  border-radius: 5px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 7px 40px;
  transition: all .3s;
}

.enlace_submenu.var:hover, ul.menu .sub-menu li a:hover {
  background-color: #e7faff;
}

.menu .current_page_item a{
  text-decoration: underline;
}

.nav_menu {
  float: left;
  justify-content: flex-end;
  align-items: center;
  width: 78%;
  height: 50px;
  padding-left: 40px;
  display: inline-flex;
}

.user_login {
  color: #858585;
  background-image: url('../images/user.png');
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #858585;
  border-radius: 50px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 10px 30px 10px 50px;
  font-family: Roboto, sans-serif;
  text-decoration: none;
}

.more {
  color: #fff;
  background-color: #00c8ff;
  border-radius: 50px;
  padding: 11px 30px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  text-decoration: none;
}

.more.tiny {
  font-weight: 500;
  display: inline-block;
}

.more.var {
  display: inline-block;
}

.none {
  display: none;
}

.titulo_home {
  color: #fff;
  margin: auto;
  min-height: 150px;
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: Roboto, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 45px;
  max-width: 800px;
}

.enlace_slider {
  color: #fff;
  background-image: linear-gradient(90deg, #838383, #55585a);
  border-radius: 50px;
  padding: 12px 35px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
}

.enlace_slider.white {
  color: #38404d;
  background-color: #fff;
  background-image: none;
  margin-top: 30px;
}

.second_home {
  float: left;
  width: 100%;
  padding: 50px 20px 40px;
}

.second_home.var {
  padding-top: 20px;
}

.titulo_second {
  color: #001950;
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Roboto, sans-serif;
  font-size: 25px;
  font-weight: 500;
}

.content_columnas {
  width: 102%;
  margin-left: -1%;
}

.columna_second {
  float: left;
  background-color: #2e3641;
  border-radius: 5px;
  width: 23%;
  margin-left: 1%;
  margin-right: 1%;
  padding: 40px 20px;
}

.columna_second.var {
  background-image: linear-gradient(0deg, #21272f, #2d3540);
  border-radius: 3px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 300px;
  margin-bottom: 15px;
  display: inline-flex;
}

.columna_second.var._3 {
  width: 31.3333%;
}

.imagen_second {
  float: left;
  text-align: center;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  min-height: 60px;
  margin-bottom: 25px;
  display: inline-flex;
}

.icono_second {
  height: auto;
}

.title__second {
  color: #fff;
  width: 100%;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  display: inline-block;
}

.txt__second {
  color: #fff;
  width: 100%;
  height: 80px;
  margin-bottom: 15px;
  font-family: Roboto, sans-serif;
  overflow: hidden;
}

.txt__second.var {
  text-align: center;
  height: auto;
  margin-top: 5px;
  font-size: 15.5px;
}

.third_home {
  float: left;
  width: 100%;
  padding: 0 20px 20px;
}

.columnas_content {
  width: 102%;
  margin-left: -1%;
}

.columnas_content.var {
  width: 104%;
  margin-left: -2%;
}

.columna_third {
  float: left;
  background-image: url('../images/col1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 48%;
  height: 300px;
  margin-left: 1%;
  margin-right: 1%;
  padding-left: 40px;
  padding-right: 275px;
  display: inline-flex;
}

.columna_third.var {
  background-image: url('../images/col2.png');
  padding-right: 40px;
}

.title_col {
  color: #38404d;
  font-family: Roboto, sans-serif;
  font-size: 22px;
  line-height: 30px;
}

.title_col.var {
  color: #fff;
  font-size: 18px;
}

.txt_col {
  color: #38404d;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 25px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
}

.txt_col.var {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 25px;
  font-size: 14px;
}

.enlace_col {
  color: #373e4b;
  border: 1px solid #858585;
  border-radius: 50px;
  padding: 12px 30px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
}

.enlace_col.var {
  background-color: #fff;
  border-color: #fff;
}

.logo_w {
  max-height: 40px;
  margin-bottom: 10px;
}

.fourth_home {
  float: left;
  width: 100%;
}

.columna_esquina {
  float: left;
  background-image: url('../images/esquina1.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  height: 425px;
  padding: 40px 40px 60px;
  display: inline-flex;
  position: relative;
}

.columna_esquina.var {
  background-image: url('../images/esquina2.png');
  background-position: 90% 0;
  background-repeat: no-repeat;
  background-size: 103%;
  width: 56.5%;
  margin-left: -6.5%;
}

.columna_esquina._1 {
  z-index: 1;
}

.titulo_esquina {
  color: #fff;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 35px;
}

.azul_abajo {
  color: #00c8ff;
  font-family: Roboto, sans-serif;
  font-size: 25px;
  line-height: 25px;
}

.relevant_news {
  float: left;
  width: 100%;
  padding: 60px 20px 45px;
}

.title_relevant {
  color: #001950;
  text-align: center;
  margin-top: 0;
  font-family: Roboto, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 30px;
}

.text_relevant {
  color: #001950;
  text-align: center;
  margin-bottom: 40px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.col_new {
  float: left;
  border: 1px solid #d3e0f1;
  border-radius: 5px;
  width: 29.3333%;
  margin-bottom: 20px;
  margin-left: 2%;
  margin-right: 2%;
  padding: 20px;
  text-decoration: none;
}

.imagen_new {
  background-image: url('../images/new1.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
  height: 160px;
}

.imagen_new._2 {
  background-image: url('../images/new2.png');
}

.imagen_new._3 {
  background-image: url('../images/new3.png');
}

.fecha_new {
  color: #000;
  width: 100%;
  margin-top: 25px;
  font-family: Roboto, sans-serif;
  display: inline-block;
}

.titulo_new {
  color: #001950;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  line-height: 25px;
}

.videos_home {
  float: left;
  width: 100%;
  padding: 40px 20px;
}

.columna_video {
  border-radius: 5px;
  width: 48%;
  height: 325px;
  margin-left: 1%;
  margin-right: 1%;
  position: relative;
  overflow: hidden;
  float: left;
}

.columna_video._1 {
  background-image: url('../images/v1.png');
  background-position: 50% 0;
  background-size: cover;
  overflow: hidden;
}

.columna_video._2 {
  background-image: url('../images/v2.png');
  background-position: 0 0;
  background-size: auto;
}

.overlay_video {
  background-image: url('../images/shadow.png');
  background-position: 50% 100%;
  background-size: 100% 100%;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding: 40px;
  display: inline-flex;
  overflow: hidden;
}

.video_name {
  color: #fff;
  background-image: url('../images/play.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto 35px;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 50px;
  font-family: Roboto, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.sponsor_home {
  float: left;
  width: 100%;
  padding: 40px 20px 80px;
}

.left_sponsor {
  float: left;
  width: 70%;
  padding-right: 40px;
}

.titulo_sponsor {
  color: #373f4c;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 30px;
}

.titulo_sponsor.var {
  color: #00377b;
  font-size: 20px;
}

.texto_cert {
  color: #373f4c;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.texto_cert.var {
  color: #565656;
  font-size: 15px;
  line-height: 20px;
}

.right_sponsor {
  float: left;
  width: 30%;
}

.right_sponsor.var {
  padding-left: 40px;
}

.embed, .footer {
  float: left;
  width: 100%;
}

.contacto_home {
  float: left;
  background-color: #fafafa;
  width: 100%;
  padding: 65px 20px;
}

.titulo_contacto {
  color: #00c8ff;
  text-align: center;
  margin-bottom: 15px;
  font-family: Roboto, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 30px;
}

.texto_contacto {
  color: #001950;
  text-align: center;
  margin-bottom: 40px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.columna_contacto {
  float: left;
  width: 48%;
  margin-bottom: 10px;
  margin-left: 1%;
  margin-right: 1%;
}

.columna_contacto.var {
  width: 98%;
}

.label_contact {
  color: #787878;
  background-color: #fafafa;
  margin-bottom: 0;
  margin-left: 10px;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  display: inline-block;
  position: relative;
}

.label_contact.var {
  background-color: #fff;
}

.input_contacto {
  color: #000;
  background-color: #0000;
  border: 1px solid #787878;
  border-radius: 5px;
  height: 45px;
  margin-top: -10px;
  padding: 10px;
  font-family: Roboto, sans-serif;
}

.input_contacto.textarea {
  height: 100px;
  padding-top: 20px;
}

.input_contacto.filt {
  color: #858585;
  width: 150px;
  margin-bottom: 0;
}

.input_contacto.var {
  margin-bottom: 15px;
}

.enviar {
  color: #fff;
  background-color: #00c8ff;
  border: 1px #000;
  border-radius: 50px;
  margin-left: 1%;
  padding: 12px 40px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.enviar.var {
  margin-top: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.footer_up {
  float: left;
  background-color: #02336f;
  width: 100%;
  padding: 60px 20px;
}

.title_up {
  color: #fff;
  margin-bottom: 15px;
  font-family: Roboto, sans-serif;
}

.left_footer {
  float: left;
  width: 40%;
}

.subtitle_up {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 30px;
}

.right_up {
  float: left;
  width: 60%;
  padding-left: 40px;
}

.form_block {
  margin-bottom: 0;
}

.form_block.var {
  width: 100%;
  display: inline-block;
}

.input_newsletter {
  color: #fff;
  background-color: #0f3d76;
  border: 1px solid #3a669d;
  border-radius: 5px;
  height: 55px;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
}

.input_newsletter::placeholder {
  color: #477bbb;
}

.button_news {
  float: right;
  color: #fff;
  background-color: #00c8ff;
  border-radius: 50px;
  height: 40px;
  margin-top: -47.5px;
  margin-right: 10px;
  padding: 10px 20px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.footer_down {
  float: left;
  background-color: #00377b;
  width: 100%;
  padding: 80px 40px 40px;
}

.footer_down.var {
  padding-top: 0;
  padding-bottom: 0;
}

.columna_footer {
  float: left;
  border-right: 1px solid #0e4183;
  width: 25%;
  min-height: 175px;
}

.columna_footer.var {
  border-right-style: none;
}

.enlace_footer {
  color: #fff;
  width: 100%;
  margin-bottom: 5px;
  font-family: Roboto, sans-serif;
  line-height: 30px;
  text-decoration: none;
  display: inline-block;
}

.right_footer {
  float: left;
  justify-content: center;
  align-items: center;
  width: 50%;
  min-height: 175px;
  display: inline-flex;
}

.final_footer {
  float: left;
  border-top: 1px solid #0e4183;
  width: 100%;
  margin-top: 30px;
  padding: 30px 20px 20px;
}

.final_footer.var {
  border: 1px #000;
  margin-top: 0;
}

.left__copy {
  float: left;
  width: 50%;
}

.left__copy.right {
  text-align: right;
}

.copy {
  color: #1c61ba;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Roboto, sans-serif;
}

.icon_red {
  height: 25px;
}

.top {
  z-index: 9;
  display: none;
  position: fixed;
  inset: auto 40px 40px auto;
}

.submenu_solutions {
  width: 200px;
  height: 300px;
  padding-top: 35px;
  display: none;
  position: absolute;
  inset: 0 auto auto 0%;
}

.content__submenu {
  background-color: #fff;
  border-radius: 5px;
  padding: 12px 20px 20px;
}

.enlace_submenu {
  color: #023375;
  width: 100%;
  margin-top: 7px;
  margin-bottom: 7px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
}

.enlace_submenu.var {
  border-radius: 5px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 7px 20px;
  transition: all .3s;
}

.enlace_submenu.var:hover {
  background-color: #e7faff;
}

.banner_about {
  float: left;
  text-align: center;
  background-color: #001950;
  width: 100%;
  padding: 190px 20px 100px;
}

.banner_about.news {
  text-align: left;
  background-image: url('../images/news.png');
  background-position: 50%;
  background-size: cover;
}

.banner_about.data_center {
  text-align: left;
  background-image: url('../images/datacenter.png');
  background-position: 50%;
  background-size: auto;
}

.banner_about.broad {
  text-align: left;
  background-position: 0%;
  background-size: cover;
}

.banner_about.cloud {
  text-align: left;
  background-position: 0%;
  background-size: cover;
}

.banner_about.dia {
  text-align: left;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner_about.cyber {
  text-align: left;
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner_about.ethernet {
  text-align: left;
  background-position: 0%;
  background-size: cover;
}

.titulo_banner {
  color: #00c8ff;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Roboto, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 55px;
}

.titulo_banner.var {
  text-transform: uppercase;
  font-size: 40px;
  line-height: 45px;
}

.titulo_banner.var.white {
  color: #fff;
}

.titulo_banner.var.white.lower {
  text-transform: none;
}

.subtitulo_banner {
  color: #fff;
  max-width: 425px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
}

.subtitulo_banner.var {
  color: #fff;
  max-width: 500px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
  margin: auto;
}

.second_about {
  float: left;
  background-color: #fafafa;
  width: 100%;
  padding: 60px 20px;
}

.left_ab {
  float: left;
  justify-content: center;
  align-items: center;
  width: 50%;
  min-height: 350px;
  padding-right: 100px;
  display: inline-flex;
}

.right_ab {
  float: left;
  width: 50%;
  min-height: 50px;
}

.texto_ab {
  color: #565656;
  font-family: Roboto, sans-serif;
  font-size: 15.5px;
  line-height: 25px;
}

.third_about {
  float: left;
  width: 100%;
  padding: 60px 20px;
}

.subtitulo_ab {
  color: #00377b;
  text-align: center;
  margin-top: 0;
  font-family: Roboto, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 30px;
}

.subtitulo_ab.var {
  text-align: left;
}

.subtitulo_ab.morado {
  color: #001950;
}

.subtitulo_ab.marg {
  margin-bottom: 40px;
}

.txt__ab {
  color: #565656;
  text-align: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.cuadros_about {
  float: left;
  width: 100%;
}

.columna__about {
  float: left;
  background-image: url('../images/ab1.png');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 450px;
  padding: 20px;
  display: inline-flex;
}

.columna__about._4 {
  background-image: url('../images/ab2.png');
}

.columna__about._3 {
  background-color: #fff;
  background-image: none;
}

.columna__about._2 {
  background-color: #00377b;
  background-image: none;
}

.texto_col_ab {
  color: #fff;
  text-align: center;
  max-width: 450px;
  margin-top: 30px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.texto_col_ab.var {
  color: #565656;
  max-width: 550px;
}

.mapa_network {
  float: left;
  text-align: center;
  background-color: #e7eef6;
  width: 100%;
  min-height: 300px;
  padding-left: 40px;
  padding-right: 40px;
}

.mapa_network.coverage {
  background-color: #00377d;
  position: relative;
}

.logos_on {
  float: left;
  text-align: center;
  width: 100%;
  padding: 50px 20px;
}

.logo_on {
  margin-left: 50px;
  margin-right: 50px;
}

.content__news {
  float: left;
  width: 100%;
  padding: 60px 20px 80px;
}

.filter {
  float: left;
  width: 100%;
}

.filter_col {
  text-align: left;
  margin-left: 15px;
  display: inline-block;
}

.form_filtro {
  text-align: right;
  width: 100%;
}

.news__content {
  float: left;
  width: 100%;
  margin-top: 40px;
}

.load_more {
  float: left;
  text-align: center;
  width: 100%;
  margin-top: 25px;
}

.bread {
  float: left;
  background-color: #011d5a;
  width: 100%;
  padding: 12px 20px;
}

.link_bread {
  color: #1255a8;
  font-family: Roboto, sans-serif;
  text-decoration: none;
}

.banner_interna {
  float: left;
  background-color: #001950;
  width: 100%;
  padding: 60px 20px 250px;
}

.titulo_interna {
  color: #fff;
  margin-top: 0;
  font-family: Roboto, sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 50px;
}

.content__interna {
  float: left;
  width: 100%;
  padding-bottom: 60px;
  padding-left: 20px;
  padding-right: 20px;
}

.cont__int {
  margin-top: -200px;
}

.up__interna {
  float: left;
  width: 100%;
}

.left__interna {
  float: left;
  width: 50%;
}

.foto {
  float: left;
  background-image: url('../images/foto.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  display: inline-block;
}

.info_autor {
  float: left;
  margin-left: 15px;
  display: inline-block;
}

.autor {
  color: #fff;
}

.por {
  color: #00c8ff;
  font-family: Roboto, sans-serif;
}

.right__interna {
  float: left;
  text-align: right;
  width: 50%;
}

.share {
  color: #fff;
  background-color: #00c8ff;
  background-image: url('../images/share.png');
  background-position: 25px;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 50px;
  padding: 12px 30px 12px 60px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
}

.down__interna {
  float: left;
  width: 100%;
  margin-top: 40px;
}

.imagen_interna {
  background-image: url('../images/interna.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 350px;
}

.texto__new {
  margin-top: 35px;
}

.texto_int {
  color: #373737;
  text-align: justify;
  margin-bottom: 30px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  line-height: 22px;
}

.tag {
  color: #807f7f;
  background-color: #f2f2f2;
  border-radius: 50px;
  margin-right: 15px;
  padding: 12px 30px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
}

.banner_typ {
  text-align: center;
  background-image: linear-gradient(#00377b, #01224a);
  padding: 225px 20px 150px;
}

.head_typ {
  text-align: center;
  width: 100%;
  padding: 20px 10px 0;
  position: absolute;
  inset: 0% auto auto 0%;
}

.head_typ.var {
  background-color: #00377b;
  padding-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.titulo_typ {
  color: #fff;
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 45px;
  font-weight: 500;
  line-height: 50px;
}

.texto_typ {
  color: #fff;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
}

.sign {
  text-align: center;
  padding: 150px 20px;
}

.titulo_sign {
  color: #00377b;
  margin-bottom: 50px;
  font-family: Roboto, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 30px;
}

.form_sign {
  text-align: left;
}

.back {
  float: left;
  margin-top: 10px;
}

.imagen_mapa {
  max-height: 750px;
}

.control_map {
  width: 250px;
  position: absolute;
  inset: auto auto 40px 30px;
}

.enlace_map {
  text-align: left;
  background-color: #fff;
  width: 100%;
  margin-bottom: 2px;
  padding: 10px;
  text-decoration: none;
}

.texto_map {
  color: #023375;
  margin-left: 10px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  display: inline-block;
}

.ico_control {
  max-height: 20px;
}

.categoria {
  color: #00c8ff;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.benefits {
  float: left;
  background-color: #fafafa;
  width: 100%;
  padding: 65px 20px 45px;
}

.col_benefits {
  float: left;
  width: 48%;
  margin-left: 1%;
  margin-right: 1%;
  padding-right: 40px;
}

.col_benefits.var {
  padding-left: 40px;
  padding-right: 0;
}

.lista_benefits {
  margin-top: 30px;
}

.fila_benefit {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
  display: inline-flex;
}

.texto_benefit {
  float: left;
  color: #565656;
  max-width: 88%;
  margin-left: 15px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
}

.icon_b {
  float: left;
  width: 50px;
}

.filas_data {
  float: left;
  width: 100%;
  padding: 40px 20px;
}

.filas_data.new {
  padding-top: 75px;
}

.filas {
  margin-top: 40px;
}

.fila {
  border-bottom: 1px solid #f4f4f4;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.fila.var {
  border-bottom-style: none;
}

.video_data {
  float: left;
  background-color: #e6ebf2;
  width: 100%;
  padding: 50px 20px;
}

.video_new {
  margin-top: 15px;
}

.contact_down {
  float: left;
  width: 100%;
  padding: 50px 20px;
}

.col_cont {
  float: left;
  text-align: center;
  border: 1px solid #d1d3d4;
  border-radius: 5px;
  width: 23%;
  margin: 5px;
  margin-left: 1%;
  margin-right: 1%;
  padding: 40px 20px;
  text-decoration: none;
}

.icono_cont.var {
  margin-bottom: 8px;
  max-height: 38px;
}

.title_cont {
  color: #00377b;
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.txt_cont {
  color: #a7a9ac;
  font-family: Roboto, sans-serif;
}

.second_broad {
  float: left;
  width: 100%;
  padding: 40px 20px;
}

.columna_broad {
  float: left;
  text-align: center;
  width: 23%;
  margin-left: 1%;
  margin-right: 1%;
  padding-left: 25px;
  padding-right: 25px;
}

.columna_broad.var {
  width: 31.3333%;
}

.columna_broad.new {
  width: 22.5%;
  margin-top: 30px;
  display: inline-block;
  float: none;
  overflow: hidden;
}

.text__broad {
  color: #00377b;
  margin-top: 15px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  line-height: 22px;
}

.text__broad.var {
  min-height: 65px;
}

.ic_br {
  max-height: 45px;
}

.ic_br.var {
  margin-top: -15px;
}

.ic_br.nn {
  margin-top: 15px;
}

.esquema {
  float: left;
  background-color: #001950;
  width: 100%;
  padding: 40px 20px;
}

.content__esquema {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  display: inline-flex;
}

.content__broad {
  background-color: #fff;
  border-radius: 5px;
  width: 150px;
  margin-left: 50px;
  padding: 40px 20px;
}

.title_broad {
  color: #072c62;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.texto_broad {
  color: #001950;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.textos_ethernet {
  float: left;
  background-color: #fafafa;
  width: 100%;
  padding: 50px 20px;
}

.columna__eth {
  float: left;
  width: 50%;
  margin-top: 25px;
  margin-bottom: 25px;
}

.columna__eth._1 {
  padding-right: 40px;
}

.columna__eth._2 {
  min-height: 400px;
  padding-left: 40px;
}

.title_eth {
  color: #00377b;
  margin-bottom: 15px;
  font-family: Roboto, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
}

.txt_eth {
  color: #565656;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  line-height: 22px;
}

.txt_eth.var {
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 500;
  line-height: 25px;
}

.lista, .columna__eth ul {
  padding-left: 0;
  list-style: none;
  margin-top: 10px;
}


.columna__eth strong{
  margin-bottom: 10px;
    font-size: 17px;
    font-weight: 500;
    line-height: 25px;
}

.item_lista, .columna__eth ul li{
  color: #565656;
  background-image: url('../images/bullet.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 5px;
  padding-left: 20px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  line-height: 22px;
}

/* Estilos para los mensajes de validación (en caso de usar jQuery Validation) */
label.error {
  color: white;
  margin-top: 5px;
  width: 100%;
  float: none;
  font-family: Gotham, sans-serif;
  display: none !important;
}

/* Estilos personalizados para las alertas de SweetAlert2 */
.swal2-popup {
  font-family: Gotham, sans-serif !important;
}

/* Para cambiar el color de los botones en las alertas */
.swal2-confirm {
  background-color: #2038a1 !important;
  color: white !important;
  text-shadow: none !important;
}

/* Estilo para los inputs deshabilitados (igual que antes) */
input[type="submit"]:disabled {
  opacity: 0.4;
}

/* Validación personalizada para los campos */
.validator {
  position: absolute;
  height: 50px;
  background: transparent;
  cursor: pointer;
  width: 100%;
  top: 0;
  height: 100%;
}

.dots.w-slider-nav.w-round .w-slider-dot {
  width: 10px;
  height: 10px;
  background: #545759;
}
.dots.w-slider-nav.w-round .w-slider-dot.w-active{
  background:#fff;
}
.header{
  transition:all 0.3s ease;
}
.header.active{
  background:#00377b;
}
#solutions:hover .submenu_solutions{
  display: block;
}
@media(max-width:1185px){
  .enlace_header, ul.menu li a{
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 5px;
  }
}
@media(max-width:1050px){
  .enlace_header, ul.menu li a{
    padding-left: 2px;
    padding-right: 2px;
    margin-left: 5px;
  }
  .user_login{
    padding: 10px 10px 10px 50px;
  }
  .more{
    padding: 11px 20px;
  }
}
@media(max-width:991px){
  ul.menu{
    width: 100%;
  }
  .w-nav-overlay {
    min-height: 900px !important;
  }
}

.enlace_header{
  position: relative;
}

.submenu_lenguaje{
  position: absolute;
  top: 50px;
  padding:0px;
  background: #fff;
  right: 0;
  border-radius: 5px;
  overflow: hidden;
  display: none;
}

.submenu_lenguaje ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.submenu_lenguaje ul li a{
  color: #001950;
  font-family: Roboto, sans-serif;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  padding: 10px 30px;
}

li.current-lang a {
  background: #e4e4e4 !important;
}

#lenguaje{
  cursor: pointer;
}

.input_contacto.w-input.error, .input_contacto.w-select.error {
    border: 1px solid #ff7070;
}

.lista_footer{
  padding: 0;
  list-style: none;
}

.iti__search-input {
    padding: 10px;
}

.iti.iti--allow-dropdown.iti--show-flags.iti--inline-dropdown * {
    font-family: 'Roboto', sans-serif;
}

.iti {
  width: 100%;
}

.input_contacto.w-select {
  background-image: url('../images/arrowC1.png');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: auto;
  -webkit-appearance: none;
  -moz-appearance:    none;
  appearance:         none;
}

.titulo_banner_new {
    font-family: Roboto, sans-serif;
    color: #00c8ff;
    font-size: 20px;
    margin-bottom: 10px;
}

.titulo_cuerpo {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 20px;
    text-align: center;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    color: #00377b;
}

.text__broad.new{
  font-weight: 500; 
  font-size: 18px;
  line-height: 22px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.enlace_data_center{
  font-size: 14px;
  padding: 12px 30px;
  background-color: #00377b;
  display: inline-block;
  border-radius: 40px;
  color: #fff;
  text-decoration: none;
  font-family: Roboto, sans-serif;
  width: auto;
}

.imagen_data{
  display: flex;
  flex-direction: column;    
  justify-content: center;   
  align-items: center; 
  min-height: 77px;
}

.columna_broad.var.cer{
  float: none;
  display: inline-block;
  width: 31%;
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 20px;
}

.text__broad.new.cer{
  display: flex;
  flex-direction: column;    
  justify-content: center;   
  align-items: center; 
  min-height: 44px;
}


#preguntas{
  max-width: 600px;
  width: 100%;
  display: block;
  margin: auto;
}

#preguntas a{
  display: inline-block;
  width: 100%;
  padding: 12px 20px;
  padding-right: 40px;
  text-align: left;
  text-decoration: none;
  border: 1px solid #00377b;
  font-family: Roboto, sans-serif;
  border-radius: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: 500;
  color: #00377b;
  background-image: url('../images/arrow__pp.png');
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: 97% 50%;
}

.filas .fila:last-child{
  border: none;
  margin-bottom: 0;
}

#video .wp-video {
    margin: auto;
}

section.tabs {
    float: left;
    width: 100%;
}

.up_tabs {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.up_tabs a {
    display: inline-block;
    text-align: center;
    padding: 15px 30px;
    margin: 0 1px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    font-size: 15px;
    font-weight: 500;
    font-family: Roboto, sans-serif;
    background-color: #fafafa;
    cursor: pointer;
}


.content__tab{
  display: none;
}

.up_tabs a.active {
    background: #e7e7e7;
}


.left__final {
    float: left;
    width: 40%;
}

.texto__final {
    float: left;
    width: 60%;
    min-height: 300px;
    display: flex;
    flex-direction: column;    
    justify-content: center;   
    align-items: start; 
}

.texto__final h2{
    font-family: Roboto, sans-serif;
    color: #00c8ff;
    font-size: 25px;
    margin-bottom: 10px;
    margin-top: 0;
}

.texto_final{
    color: #fff;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 25px;
}

@media screen and (max-width: 991px) {
ul.menu li{
  width: 100%;
}

ul.sub-menu {
  position: relative;
  width: 100%;
  padding: 0;
  display: block;
}

ul.menu li ul.sub-menu li a, ul.menu li ul.sub-menu li a:hover {
    background: #02316b;
    color: #fff;
    border-radius: 0 !important;
    padding: 5px !important;
    font-size: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

ul.menu .sub-menu li:first-child, ul.menu .sub-menu li:first-child:hover a{
  border-radius: 0 !important;
}

ul.menu li a{
  width: 100%;
text-align: center;
        background-color: #00377b;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        width: 100%;
        margin-left: 0;
}

.submenu_lenguaje {
    position: relative;
    margin: 0;
    top: 10px;
    border-radius: 0;
}

#op_leng{
  padding-left: 0;
  padding-right: 0;
}
  .slide {
    padding-top: 60px;
    padding-bottom: 150px;
  }

  .header {
    background-color: #00377b !important;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .main.var {
    margin-top: 0;
  }

  .dots {
    bottom: 40px;
  }

  .brand {
    width: 35%;
    padding-left: 15px;
  }

  .enlace_header {
    text-align: center;
    background-color: #00377b;
    border-top: 1px solid #ffffff0d;
    width: 100%;
    margin-left: 0;
  }

  .enlace_header.var {
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .enlace_header.var:hover {
    padding-bottom: 0;
  }

  .nav_menu {
    background-color: #0000;
    width: 100%;
    height: auto;
    margin-top: 10px;
    padding-left: 0;
  }

  .user_login {
    background-color: #00377b;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    border-style: solid none none;
    border-top-color: #ffffff0d;
    border-radius: 0;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: inline-block;
    background-image: url('../images/user.png');
    background-position: 45% 50%;
    background-repeat: no-repeat;
  }

  .more {
    border-radius: 0;
    width: 100%;
    display: inline-block;
  }

  .titulo_home {
    min-height: 100px;
    font-size: 30px;
    line-height: 35px;
  }

  .columna_second {
    width: 48%;
    margin-bottom: 15px;
  }

  .columna_third {
    width: 98%;
    margin-bottom: 15px;
  }

  .columna_esquina {
    width: 100%;
    height: 350px;
    margin-bottom: 15px;
  }

  .columna_esquina.var {
    width: 100%;
    margin-left: 0%;
  }

  .titulo_new {
    font-size: 18px;
  }

  .top {
    bottom: 15px;
    right: 15px;
  }

  .submenu_solutions {
    width: 100%;
    height: auto;
    padding-top: 0;
    display: none;
    position: relative;
  }

  .content__submenu {
    border-radius: 0;
    margin-top: 10px;
  }

  .toggle {
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .toggle.w--open {
    background-color: #0000;
  }

  .columna__about {
    padding-left: 30px;
    padding-right: 30px;
  }

  .logo_tigo {
    max-height: 100px;
  }

  .logo_business {
    max-height: 50px;
  }

  .logo_on {
    margin-left: 20px;
    margin-right: 20px;
  }

  .contact_down {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .col_cont {
    width: 48%;
    margin-bottom: 15px;
  }

  .icono_cont.var {
    margin-bottom: 7px;
  }

  .textos_ethernet {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .columna__eth {
    width: 100%;
  }

  .columna__eth._1 {
    padding-right: 0;
  }

  .columna__eth._2 {
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
.left__final {
    float: left;
    width: 100%;
}

.columna_esquina {
    background-size: cover !important;
}

.texto_cert {
    text-align: justify !important;
}

.columna_broad.var.cer {
    width: 100%;
}

.filas {
    margin-top: 20px;
}



h2.subtitulo_ab {
    font-size: 23px;
}

.texto__final {
    float: left;
    width: 100%;
    min-height: 300px;
    display: flex;
    flex-direction: column;    
    justify-content: center;   
    align-items: start; 
}

  .titulo_home {
    font-size: 20px;
    line-height: 25px;
  }

  .enlace_slider.white {
    margin-top: 15px;
    font-size: 15px;
  }

  .second_home {
    padding-bottom: 10px;
  }

  .columna_second.var._3 {
    width: 100%;
    height: auto;
    margin-left: 0%;
    margin-right: 0%;
  }

  .columna_third {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .relevant_news {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .col_new {
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0%;
    margin-right: 0%;
  }

  .right_sponsor.var {
    padding-left: 0;
  }

  .footer_up {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .title_up {
    text-align: center;
  }

  .left_footer {
    text-align: center;
    width: 100%;
  }

  .right_up {
    width: 100%;
    margin-top: 15px;
    padding-left: 0;
  }

  .footer_down {
    padding: 20px;
  }

  .columna_footer {
    border: 1px #000;
    width: 100%;
    min-height: 5px;
  }

  .columna_footer.var {
    min-height: 5px;
  }

  .enlace_footer {
    text-align: center;
  }

  .right_footer {
    width: 100%;
    min-height: 50px;
  }

  .left__copy {
    width: 100%;
  }

  .left__copy.right {
    text-align: center;
    width: 100%;
  }

  .copy {
    text-align: center;
    margin-bottom: 15px;
  }

  .banner_about {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .titulo_banner {
    font-size: 30px;
    line-height: 35px;
  }

  .titulo_banner.var.white.lower {
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 30px;
  }

  .subtitulo_banner {
    font-size: 16px;
    line-height: 20px;
  }

  .second_about {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .left_ab {
    width: 100%;
    min-height: 5px;
    margin-bottom: 15px;
    padding-right: 0;
  }

  .right_ab {
    text-align: justify;
    width: 100%;
  }

  .logo_ab {
    max-height: 60px;
  }

  .third_about {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .columna__about {
    width: 100%;
    height: 250px;
  }

  .columna__about._3, .columna__about._2 {
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .mapa_network {
    padding-left: 0;
    padding-right: 0;
  }

  .logo_on {
    margin-left: 10px;
    margin-right: 10px;
  }

  .img_on {
    max-height: 60px;
  }

  .banner_interna {
    padding-top: 30px;
  }

  .titulo_interna {
    font-size: 30px;
    line-height: 35px;
  }

  .banner_typ {
    padding-top: 150px;
    padding-bottom: 75px;
  }

  .titulo_typ {
    font-size: 20px;
    line-height: 25px;
  }

  .texto_typ {
    font-size: 14px;
  }

  .sign {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .control_map {
    width: 175px;
  }

  .col_benefits {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    padding-right: 0;
  }

  .col_benefits.var {
    padding-left: 0;
  }

  .second_broad {
    padding-bottom: 0;
  }

  .columna_broad {
    width: 100%;
    margin-bottom: 30px;
    margin-left: 0%;
    margin-right: 0%;
  }

  .columna_broad.var {
    width: 100%;
  }

  .ic_br {
    max-height: 40px;
  }

  .ic_br.var {
    margin-top: 0;
  }

  .content__broad {
    margin-left: 25px;
  }
}

@media screen and (max-width: 479px) {
.columna_broad.new, .text__broad.var{
  width: 100% !important;
  min-height: 10px !important;
}

.up_tabs a {
    width: 100% !important;
    float: left !important;
    margin: 0 !important;
}

.benefits{
  padding: 40px 20px !important;
}

#car_hn{
  margin-bottom: 30px;
}

  .slide {
    padding-top: 60px;
  }

  .header {
    padding: 15px 0;
  }

  .brand {
    width: 80%;
    padding-left: 25px;
    padding-right: 0;
  }

  .more.var {
    border-radius: 50px;
  }

  .titulo_home {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 25px;
  }

  .second_home {
    padding-bottom: 0;
  }

  .columna_second {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .third_home {
    padding-bottom: 5px;
  }

  .columnas_content.var {
    width: 100%;
    margin-left: 0%;
  }

  .columna_third {
    padding-right: 40px;
  }

  .columna_third.var {
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .title_col.var {
    text-align: center;
  }

  .columna_esquina, .columna_esquina.var {
    background-size: cover;
  }

  .titulo_esquina {
    font-size: 20px;
    line-height: 25px;
  }

  .azul_abajo {
    font-size: 20px;
  }

  .relevant_news {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .text_relevant {
    margin-bottom: 20px;
  }

  .videos_home {
    padding-top: 0;
    padding-bottom: 10px;
  }

  .columna_video {
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0%;
    margin-right: 0%;
  }

  .overlay_video {
    padding: 20px;
  }

  .sponsor_home {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .left_sponsor {
    width: 100%;
    padding-right: 0;
  }

  .right_sponsor {
    width: 100%;
    margin-top: 15px;
  }

  .right_sponsor.var {
    text-align: center;
    padding-left: 0;
  }

  .contacto_home {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .columna_contacto {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .input_contacto.filt {
    width: 100%;
  }

  .subtitulo_banner {
    font-size: 16px;
  }

  .columna__about._2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .mapa_network {
    min-height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .logos_on {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .logo_on {
    margin-top: 15px;
    margin-bottom: 15px;
    display: block;
  }

  .content__news {
    padding-top: 25px;
  }

  .filter_col {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 0;
  }

  .form_filtro {
    text-align: center;
  }

  .news__content {
    margin-top: 20px;
  }

  .banner_interna {
    padding-bottom: 225px;
  }

  .titulo_interna {
    font-size: 20px;
    line-height: 25px;
  }

  .left__interna {
    width: 100%;
  }

  .right__interna {
    text-align: left;
    width: 100%;
    margin-top: 15px;
  }

  .imagen_interna {
    height: 200px;
  }

  .head_typ.var {
    padding-left: 10px;
    padding-right: 10px;
  }

  .sign {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .titulo_sign {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 25px;
  }

  .control_map {
    width: 100%;
    position: relative;
    bottom: 0;
    left: 0;
  }

  .video_data {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .col_cont {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .columna_broad.var {
    width: 100%;
  }

  .esquema {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .content__esquema {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .content__broad {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }
}